﻿@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
  font-size: 12px;
  line-height: 22px;
  color: #333333;
  background: #FFF;
}
/*------------------------Start 解决12号字在google和傲游浏览器的不识别小于12号的英文字体-------------*/
html {
  -webkit-text-size-adjust: none;
}
/*------------------------End 解决12号字在google和傲游浏览器的不识别小于12号的英文字体----------*/
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
dl {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
dd {
  margin: 0px;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #0b5cac;
  text-decoration: none;
}
.link-blue {
  color: #0b5cac;
  text-decoration: underline;
}
.link-blue:hover {
  color: #0b5cac;
  text-decoration: underline;
}
img {
  font-size: 0px;
  line-height: 0px;
  vertical-align: bottom;
  border: 0px;
}
.c {
  clear: both;
  overflow: hidden;
}
.main_w {
  margin: 0 auto;
  width: 100%;
}
.main {
  margin: 0 auto;
  width: 1200px;
}
/*--End 分页样式---------*/
/************/
.banner_w {
  width: 100%;
  height: 589px;
  position: relative;
  overflow: hidden;
  clear: both;
  background-color: #f8f8f8;
}
.banner {
  margin: 0 auto;
  width: 1920px;
  height: 589px;
  position: absolute;
  overflow: hidden;
  left: 50%;
  margin-left: -960px;
}
.banner .img {
  width: 25000px;
  position: absolute;
  left: 0;
  top: 0;
}
.banner .img li {
  float: left;
  overflow: hidden;
}
.banner .num {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  text-align: center;
  font-size: 0;
}
.banner .num li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}
.banner .num li.on {
  background-color: #004fac;
}
.banner .btn {
  width: 30px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 46px;
}
.banner:hover .btn {
  display: block
}
.banner .btn_l {
  left: 15%;
}
.banner .btn_r {
  right: 15%;
}
/******************************/
.top_bg {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #dfdfdf;

}
.header, .content {
  width: 1200px;
  margin: 0 auto;
}
.h_con {
  height: 107px;
  padding: 8px 0 0;
  overflow: hidden;
}
.logo {
  float: left;
  width: 71px;
  padding: 25px 20px 0 0;
}
.logo img {
  width: 71px;
  height: 54px;
}
.h_dw {
  float: left;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  font-weight: normal;
  padding: 20px 0 0 20px;
  position: relative;
  height:62px;
}
.h_dw:before {
  content: "";
  width: 1px;
  height: 75px;
  background: #e5e5e5;
  position: absolute;
  top: 20px;
  left: 0;
}
.h_dw em {
  display: block;
  padding-bottom: 10px;
  line-height: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  font-style: normal;
}

.h_tel b {
  font-size: 26px;
  color: #eb3223;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}
.h_code {
  width: 125px;
  height: 92px;
  overflow: hidden;
  float: right;
  padding-right: 7px;
  margin-top: 5px;
}
.h_code em {
  width: 90px;
  height: 90px;
  display: block;
  line-height: 0;
  position: relative;
  float: left;
}
.h_code img {
  width: 90px;
  height: 90px;
}
.h_code em:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  content: "";
  animation: light 5s infinite;
  -webkit-animation: light 5s infinite;
  ;
}
.h_code span {
  display: block;
  float: right;
  width: 30px;
  height: 90px;
  background: #334598;
}
.h_code i {
  display: block;
  font-size: 14px;
  color: #fff;
  width: 20px;
  text-align: center;
  line-height: 18px;
  margin: 0 auto;
  padding: 8px 0 0;
  font-style: normal;
}
.h_tel {
  float: right;
  height: 60px;
  line-height: 28px;
  padding: 25px 0px 0 53px;
  font-size: 16px;
  color: #666;
  background: url("../images/tel.jpg") left 20px no-repeat;
}
.nav ul li {
  float: left;
  font-size: 16px;
  background: url("../images/xian.jpg") right center no-repeat;
  padding: 0 53px;
  line-height: 60px;
}
.nav ul li:last-child {
  background: none;
}
.nav ul li.on, .nav ul li:hover {
  background: #334598;
}
.nav ul li.on a, .nav ul li:hover a {
  color: #fff;
}
.banner_aa_w {
  display: none;
}
/********************************************************/
.lknews_w{
	margin-top:60px;
	margin-bottom:60px;}
.lknews{
	margin-top:60px;}
.lknews_l{
	float:left;
	padding-top:30px;
	border-top:1px solid #dfdfdf;
	width:48%;
}
.lknews_r{
	float:right;
	padding-top:30px;
	border-top:1px solid #dfdfdf;
	width:48%;
}
.lknews_la{

	font-size:22px;
	line-height:40px;
	font-weight:bold;
	padding-left:0px;
}
.lknews_la a{
	float:right;
	font-size:15px;
	color:#666;
	font-weight:normal;
}
.lknews_ra{
	background:url(../images/nb.png) left center no-repeat;
}
.lknews_lanr{
	margin-top:20px;}
.lknews_lanr ul li{
	clear:both;
	overflow:hidden;
	border:1px solid #fff;
	margin-bottom:8px;
	box-sizing:border-box;
	padding:10px 0 0 20px;
	transition:all 0.6s ease;
	background-color: #fafafa;
}
.lknews_lanr01{
	font-size:18px;}
.lknews_lanr01 a{
	color:#333;
	line-height:40px;
}
.lknews_lanr02{
	padding:0px 30px 25px 0;
	font-size:14px;
	line-height:26px;
	color:#666;}
.lknews_lanr03{
	float:right;
	width:120px;
	height:40px;
	background-color:#eee;
	color:#333;
	text-align:center;
	line-height:40px;
	font-size:16px;}
.lknews_lanr ul li:hover{
		border:1px solid #1b479d;
}
.lknews_lanr ul li:hover .lknews_lanr03{
	background-color:#1b479d;
		color:#fff;
}
.lknews_rpic{
	margin-top:20px;
	width:100%;
	overflow:hidden;
}
.lknews_rpic img{
	width:100%;transition:all 0.6s ease;
	height:300px;
}
.lknews_rpic:hover img{
	transform:scale(1.1);}
/***************************************/
.lknews_rnr{
	margin-top:24px;}
.lknews_rnr ul li{
	font-size:16px;
	padding-left:30px;
	border-bottom:1px solid #dfdfdf;
	background:url(../images/yuandian.png) left center no-repeat;
	line-height:48px;}
.lknews_rnr span{
	font-size:14px;
	float:right;}
	/*********************************/
.bt02 {
    text-align: center;
    font-size: 40px;
    color: #1b479d;
	line-height:50px;
}
.bt03 {
    width: 50px;
    height: 4px;
    margin: 5px auto;
    background-color: #f08300;
}




.foot_w{
	background-color: #333333;
	padding: 60px 0 0px;
	border-bottom: 1px solid #303030;
}

.ft01{
	float:left;
	padding-right:90px;
	border-left:1px solid #595959;
	position:relative;
	padding-left: 45px;
	margin-left:3px;
	padding-bottom:40px;
	height:200px;
}
.ft01:before{
	content:"";
	background-color:#F00;
	width:3px;
	height:15px;
	position:absolute;
	left:-1.5px;
	top:12px;
}
.ft01bt{
	margin-top:0px;
	line-height:40px;}
.ft01bt a{
	color:#fff;
	font-size:16px;
	font-weight:bold;

}
.ft01nr{
		margin-top:5px;
}
.ft01nr a{
	display:block;
	font-size:14px;
	line-height:28px;
	color:#787878;}
.fttel{
	color:#fff;
	font-weight:bold;
	font-size:26px;
	line-height:60px;
	padding-left:60px;
	background:url(../images/tela.png) left center no-repeat;
}
.fttela{
	color:#bbbbbb;
	padding-left:15px;
	font-size:14px;
	line-height:30px;
}

.foot_w01{
	border-top: 1px solid #595959;
	background-color: #333333;
	line-height: 30px;
	padding: 15px;
	box-sizing: border-box;

	color: #bbbbbb;
	font-size: 14px;
}
.foot_w01 a{
	color: #bbbbbb;
}
/**********************************************/
.lkcon_a{
		margin:0px auto 45px;
}
.lkcon_a01{
	font-size:30px;
	text-align:center;
	margin:40px auto 0;
	height:70px;
	line-height:70px;
	background-color:#334598;
	text-align:center;
	color:#fff;
}
.lkcon_a01 span{
	padding:0 25px;}
.lkcon_a02{
	margin-top:35px;}
.lkcon_a02 ul li{
	float:left;
	width:291px;
	overflow: hidden;
	margin-right:12px;
}
.lkcon_a02 ul li:nth-child(4n){
	margin-right:0;}
	.lkcon_a02 ul li .lkcon_a02_pic {
		overflow:hidden;
		height:213px;
		width:291px;}
.lkcon_a02 ul li .lkcon_a02_pic img{
	transition:all 0.6s ease;
	width:100%;}
.lkcon_a02 ul li:hover .lkcon_a02_pic img{
	width:100%;
	transform: scale(1.1);}
.lkcon_a02 ul li .lkcon_a02_name{
	margin-bottom:15px;
	text-align:center;
	line-height:22px;
	background-color:#efefef;
	padding-bottom:8px;
	font-size:16px;
	padding-top:8px;}

/**********************联系我们***********/
.ny_banner_w{
	height:380px;
	position:relative;
}
.ny_banner_w img{
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
}
.ny_wz{
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#888;
	
}
.ny_wz a{
	color:#888;}
.ny_wz a:hover{
	color:#333;}
.contact_w{
	background-color:#f5f5f5;
	padding:60px 0;}
.contact_n{
}
.contact_n_l{
	float:left;
	width:550px;

		background-color:#fff;
	box-sizing:border-box;
	padding:40px;
	height:400px;
}
.contact_n_la{
	font-size:28px;
	font-weight:bold;
	color:#333;
	margin-bottom:15px;
}
.contact_n_la span{
	display:block;
	font-size:18px;
	color:#666;
	line-height:40px;
	font-weight:normal;
	font-family:Arial;
}
.contact_n_lb{
	font-size:16px;
	line-height:36px;
	color:#666;
}
.contact_n_r{
	float:right;
	width:650px;
	height:400px;
	overflow:hidden;}
/****************关于我们********************/
.about_n_l{
	float:left;
	width:660px;

		background-color:#fff;
	box-sizing:border-box;
	padding:40px;
	height:400px;
}
.about_n_r{
	float:right;
	width:540px;
	overflow:hidden;
	height:400px;}
.about_n_r img{
	width:540px;
	height:400px;
	transition:all 0.6s ease;
}
.about_n_r:hover img{
	transform:scale(1.1);
}
.yzaa h2 {
    font-weight: normal;
    text-align: center;
	margin-bottom:50px;
}
.yzaa h2 span {
    display: block;
    font-size: 30px;
    color: #333333;
    line-height: 30px;
}
.yzaa h2 i {
    display: block;
    font-size: 40px;
    color: #333333;
    line-height: 40px;
    padding-top: 10px;
    font-weight: bold;
    font-style: normal;
}
.con_a p.xx{
	margin-bottom:60px;}
.about_more{
	margin:40px auto 40px;
	width:180px;
	text-align:center;
	background-color:#334598;
	height:40px;
	line-height:40px;
	font-size:18px;
}
.about_more a{
	color:#fff;
}
.about_c{
	margin-bottom:60px;}
/*******************************************************/
.fr_a {
    float: right;
}
.newsw{ margin-bottom: 60px;}
.newsw .ull{border:1px solid #eee;}
.newsw li::after{-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;}
.newsw{background:#fff;padding:20px;overflow:hidden; margin:0px auto 40px;}
.newsw .ul1 li{position:relative;width:100%; clear:both; overflow:hidden; border:1px solid #f5f5f5;}
.newsw .ul1 li::after{position:absolute;bottom:0;left:0;width:100%;height:0;content:'';color:#fff;background:#f7f7f7;}
.newsw .ul1 li:hover::after{height:100%;}
.newsw .ul1 li a{position:relative;z-index:1;display:block;padding:40px 20px;border-bottom:1px solid #ccc;clear: both;
    overflow: hidden;}
.newsw .ul1 li .imgk{overflow:hidden;width:280px;border:1px solid #eee;}
.newsw .ul1 li .imgk img{width:100%;}
.newsw .ul1 li .lin{float:left;width:790px;}
.newsw .ul1 li .lin .lidate{font-family:'Arial';font-weight:bold;float:left;width:72px;text-align:center;color:#666;border-top:2px solid #707070;}
.newsw .ul1 li .lin .lidate .p1{font-size:30px;margin-top:15px;}
.newsw .ul1 li .lin .lidate .p2{font-size:12px;margin-top:15px;}
.newsw .ul1 li .lin .linn{float:left;width:660px;padding-left:50px;}
.newsw .ul1 li .lin .linn h4{font-size:18px;color:#333;font-weight:normal;}
.newsw .ul1 li .lin .linn p{font-size:14px;line-height:27px;overflow:hidden;margin-top:18px;color:#888;}
.newsw .ul1 li .lin .linn .morehn{font-size:14px;line-height:32px;width:97px;height:32px;margin-top:24px;text-align:center;color:#ff0000;border:1px solid #ff0000;}
.newsw .ul1 li:hover .lidate{color:#000;border-top-color:#000;}
.newsw .ul1 li:hover .lin .linn h4{color:#000;}
/******************************/
.yzaa .xx {
    display: block;
    font-size: 15px;
    color: #666;
    line-height: 24px;
    margin-top: 40px;
    text-align: center;
}
.news_a_w{
	padding-bottom:50px;
	border-top:2px solid #f5f5f5;}
.news_a_w .yzaa h2 i{
	padding-top:50px;}
.news_a_w .yzaa .xx{
	margin-bottom:30px;
	margin-top:20px;}
.news_a_w  .yzaa h2{
		margin-bottom:0}
	/***************************************xiangqing***********/
	/************************/
.caseshow_a_nr{
	margin:20px auto 60px;
	background-color: #fff;

	box-sizing: border-box;
}
.caseshow_a_nr_bt{
	text-align: center;
	font-size: 22px;
	color: #333;
	padding-top: 0px;

}
.caseshow_a_nr_time{
	text-align: center;
	padding: 10px 0;
	margin-top: 30px;
	border-bottom: 1px dashed #dfdfdf;
	border-top: 1px dashed #dfdfdf;
}
.caseshow_a_nr_jj{
	margin-top: 30px;
	line-height: 30px;
	font-size: 16px;
}
.caseshow_a_nr_moreaa{
	margin-top: 60px;
}
.caseshow_a_nr_more{
	font-size: 15px;
	color: #333;margin-bottom:10px;
}
/*******************************/
.pro_l{
	float:left;
	width:240px;}
.pro_r{
	float:right;
	width:940px;
	background-color:#fff;
	box-sizing:border-box;
	padding:20px;}
.pro_n_w {
    background-color: #f5f5f5;
    padding:40px 0 60px;
}
.pro_lbt{
	background-color:#334598;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	height:60px;
	line-height:60px;
	box-sizing:border-box;
	padding-left:20px;
}
.pro_lnr ul li{
	clear:both;
	height:50px;
	line-height:50px;
	font-size:16px;
	background-color:#fff;
	margin-bottom:4px;
	box-sizing:border-box;
	padding-left:20px;}
.pro_r_bt{
	font-size:22px;
	line-height:36px;
	padding-bottom:12px;
	border-bottom:1px solid #dfdfdf;}
.pro_lnr ul li a{
	color:#666;}
.pro_lnr ul li a:hover{
	color:#d63b36;}
.pro_r_nr{
	margin-top:20px;}
.pro_r_nr ul li{
	float:left;
	width:286px;
	overflow:hidden;
	border:1px solid #dfdfdf;
	box-sizing:border-box;
	margin-bottom:21px;transition:all 0.6s ease;
	margin-right:21px;}
.pro_r_nr ul li:hover{
	border:1px solid #334598;
}
.pro_r_nr ul li:nth-child(3n){
	margin-right:0;}
.pro_r_nr ul li .pro_pic{
	width:286px;
	height:215px;
	overflow:hidden;
}

.pro_r_nr ul li .pro_pic img{
	width:286px;
	height:215px;
	transition:all 0.6s ease;
}
.pro_r_nr ul li:hover .pro_pic img{
	transform:scale(1.1);
}
.pro_jj{
	padding:5px 15px;}
.pro_jj_a{
	font-size:18px;
	line-height:36px;}
.pro_jj_b{
	font-size:14px;
	padding-bottom:25px;
	line-height:22px;
	color:#666;}
.pro_r_nr{
	min-height:400px;}
.proshow_r_nr{
	margin-top:20px;
	padding-bottom:150px;
}
	
/* 本例子css */
		.slideBox{ width:450px; height:338px; overflow:hidden; position:relative; border:1px solid #ddd;  }
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:450px; height:338px; display:block;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }
	.pro_r_nr01_r{
		float:right;
		width:420px;}
	.pro_r_nr01_l{
		float:left;
		width:450px;
	}
	.pro_r_nr01_r01{
		margin-top:15px;
		line-height:50px;
		border-bottom:1px solid #dfdfdf;
		font-size:24px;}
	.pro_r_nr01_r02{
		margin-top:20px;
		font-size:15px;
		color:#666;}
	.proshow01{
		margin-top:30px;
		font-size:22px;
		padding-bottom:5px;
		width:88px;
		border-bottom:3px solid #333;
}
.proshow02{
	margin-top:20px; width: 905px;
	color:#666;
	line-height:30px;
	font-size:15px;}
.proshow02 {
    margin-top: 20px;
    color: #666;
    line-height: 30px;
    font-size: 15px;
    width: 905px;
}
/****************************/
.yz{height: 583px;padding-top: 50px;box-sizing: border-box;}
.yz h2{font-weight: normal;text-align: center;}
.yz h2 span{display: block;font-size: 30px;color: #333333;line-height: 30px;}
.yz h2 i{display: block;font-size: 40px;color: #333333;line-height: 40px;padding-top: 10px;font-weight: bold; font-style: normal;}
.yz .xx{display: block;font-size: 15px;color: #666;line-height: 24px;margin-top: 40px;text-align: center;}
.yz ul{ margin: 37px 50px 0;height: 226px;text-align: center;}
.yz ul li{ float:left;width:220px;height: 226px;border-right: 1px solid #dddddd;box-sizing: border-box;transition:all 0.5s;position: relative;z-index: 10;}
.yz ul li:last-child{ border-right: 0;}
.yz ul li em{ display: block;margin: 32px auto 0;width: 62px;height: 62px;overflow: hidden;}
.yz ul li em img{display: block;width: 62px;height: 62px;transition:all 0.5s;}
.yz ul li.cur{ box-shadow: 0 0 32px 13px rgba(44,47,62,0.10);}
.yz ul li.cur img:nth-child(1){ margin-top:-62px;}
.yz ul li.cur p{ display:block;}
.yz ul li b{ display: block;font-size: 22px;color: #333;line-height: 22px;font-weight: normal;padding-top: 20px;padding-bottom: 9px;}
.yz ul li span{ display: block;font-size: 12px;color: #333;line-height: 12px;opacity: 0.2;text-transform: uppercase;}
.yz ul li p{ display: none;font-size: 14px;line-height: 20px;color:#2c2f3e;padding:0 52px 0;}
.yz ul li.cur span{ display:none;}
.yz ul li.cur b{ font-weight: bold;color:#2c2f3e;}

/***********************/
/**************/
.con_c_nr ul li{
	float: left;
	width: 385px;
	margin-right: 22.5px;
}
.con_c_nr ul li:nth-child(3n){
	margin-right: 0;
}
.con_c_pic{
	width: 385px;
	height: 290px;
	overflow: hidden;
}
.con_c_pic img{
	width: 385px;
	height: 290px;
	transition: all 0.6s ease;
}
.con_c_pic:hover img{
	transform: scale(1.1);
}
.con_c_name{
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	margin-bottom: 20px;
}
.con_c_name a{
	color: #666;
}
.con_c_name a:hover{
	color: #d63b35;
}
/***************************/
.con_c{
	margin: 50px auto 10px;
}
.con_c_bt{
	margin: 0 auto 50px;
	width: 703px;
	padding-top: 60px;
	background: url("../images/bt01.png") center 70px  no-repeat;
}
.con_c_bt01{
	position: relative;
	margin: 0 auto;
	width: 550px;
	text-align: center;
	height: 60px;
}
.con_c_bt02{
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size:18px;
	color: #fff;
}
.con_c_bt01a{
	position: absolute;
	z-index: 33;
	top:-30px;
}
.con_c_bt01b{
	position: absolute;
	z-index: 1;
	font-size:110px;
	font-weight: bold;
	text-transform: uppercase;
	color: #faeded;
	text-align: center;
	width: 100%;top:-15px;
}
.con_c_bt01a .con_c_bt01aaa{
	margin-left: 80px;
}

/**********************************/

.kunr{  padding-top:10px; height: 340px;}


.kunr dl{ width:189px; float:left; margin-right:13.2px; background:#f0f0f0; height:303px;     box-shadow: 0.1rem 0.1rem 0.2rem 0.1rem #eee;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
.kunr dt{ width:189px; height:170px; overflow:hidden;}
.kunr dt img{ display:block;width:189px; height:170px;-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s; }
.kunr dl:hover dt img{-webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -transform:scale(1.1,1.1);}
.kunr dd em{display:block; width:42px; height:42px; margin:0 auto; position:relative; margin-top:-21px; z-index:1; background:#334598;border-radius:42px; font:20px Arial; text-align:center; font-weight:bold; line-height:42px; color:#fff;}
.kunr dd h3{ font:20px "Microsoft YaHei"; text-align:center; font-weight:lighter; color:#404040; line-height:28px; padding-top:20px;}
.kunr dd h3 span{ display:block; font-size:18px;}
.kunr dd h3 b{ color:#000;/*e3a946;*/}
.kunr .nones{ margin-right:0;}


/*************************************/
.contact_n_lc{
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.contact_n_lc a{
	text-decoration: underline;
	color: #666;
}
.about_n_laa{
	float: none;
	width: 100%;
	height: auto;
}

.fwdh {
    background-color: #334598;
    box-sizing: border-box;
    padding: 30px 20px;
}
.fwdha{
	font-size:18px;
	color: #fff;
}
.fwdhb{
	font-size:28px;
	margin-top: 15px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #fff;
}
/*******************************************/
.topaa01{
	float:left;
}
.topaa02{
	float:right;
}
.topaa_w{
	border-bottom:1px solid #dfdfdf;
	line-height:40px;
	font-size:14px;}
/*******************/
.lkabout_w{
	background: url("../images/abbj.jpg") center top  no-repeat;
	padding:80px 0 120px;
}

.lkabouta{
	width:72%;
	color: #fff;
}
.lkabout_bt01{
	font-size: 48px;
	font-weight: bold;
	line-height: 60px;
}
.lkabout_bt02{
	font-size:36px;
	margin-top: 15px;
	font-weight: bold;
}
.lkabout_nr{
	margin-top:35px;
	font-size: 14px;
	line-height: 24px;
}
.lkabout_more{
	margin-top: 40px;
	height:40px;
	line-height: 40px;
	width: 120px;
	text-align: center;
	background-color: #eb3223;
}
.lkabout_more a{
	color: #fff;
}

/**********************************/
/*section2*/
.section2{
	margin-top: 0px;
	width: 100%;
	/*height: 1086px;*/
	padding-bottom:120px;
	overflow: hidden;
	background: url(../images/section2.jpg) no-repeat center;
}
.wrap {
    width: 1600px;
    margin: 0 auto;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.title{
	text-align: center;
	padding-top: 120px;
}
.title h2{
	font-weight: bold;
	font-size: 40px;
}

.title p{
	font-size: 18px;
	margin-top: 40px;
}

.other-service{ margin-top: 60px;}
.other-service .text{
    padding: 160px 60px 0;
    height: 700px;
    width: 30%;
    box-shadow: 0 0 5px #ddd;
    box-sizing: border-box;
    background-color: #fff;
}
.other-service .text h3{
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
}
.other-service .text p{
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
}
.other-service .text p.hxa{    font-size: 18px;
	}
.other-service .text a{ font-size: 16px;margin-top: 30px; display: block; background: #f5f5f5; width: 160px; height: 40px; line-height: 40px; text-align: center;}
.other-service .text ul li,.other-service .picture .bg img{
    display: none;
}
.other-service .text ul li:first-child,.other-service .picture .bg img:first-child{
    display: block;
}
.other-service .picture{
    position: relative;
    height: 700px;
    width: 70%;
    box-sizing: border-box;
    z-index: 9;
}
.other-service .picture .bg{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
}
.other-service .picture .bg img{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 0.5s;
}
.other-service .picture ul li{
    padding-top: 260px;
    float: left;
    height: 700px;
    width: 25%;
    border-right: 1px solid rgba(255,255,255,0.3);
    box-sizing: border-box;
}
.other-service .picture ul li span {
    display: block;
    width: 60px;
    height: 60px;
    opacity: 1;
    transition: .1s;
    transform: translateZ(0);
    margin: 0 auto;
}
.other-service .picture ul li span::before {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 100%;
    height: 40px;
    width: 40px;
}

.other-service .picture ul li span i,
.other-service .picture ul li span em {
    background: hsla(0, 0%, 100%, .8);
    border: 1px solid #fff;
    border-radius: 100%;
    height: 22px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.5);
    transition: .4s;
    width: 22px;
}

.other-service .picture ul li span::after {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 100%;
    height: 60px;
    width: 60px;
}
.other-service .picture ul li h3{
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.other-service .picture ul li:hover span::before {
    animation: scalepulse 1.3s linear .3s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.other-service .picture ul li:hover span i,
.other-service .picture ul li:hover span em {
    background: #fff;
    animation: scalepulse 1.3s linear 0s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}
.other-service .picture ul li:hover span::after {
    animation: scalepulse 1.3s linear .15s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}
@keyframes scalepulse {
    20% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
        transform: translate3d(-50%, -50%, 0) scale(1.15);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    50% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
}

/******产品分页*******/
.ny_news_page {
	margin: 10px auto 60px;
	clear: both;
	padding-top: 10px;
	width: 1200px;
}
.ny_news_page a, .ny_news_page span {
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	width: 70px;
	height: 40px;
	color: #333;
	background-color: #f8f8f8;
	margin-right: 10px
}
.ny_news_page a:hover, .ny_news_page span {
	background-color: #334598;
	color: #fff;
}
.ny_news_page a.page_aa {
	background-color: #334598;
	color: #fff;
}
/****************/
.pro_lnr ul li{
	margin-top:4px;}
.pro_lnr ul li.on{
	background-color:#334598;}
.pro_lnr ul li.on a{
	color:#fff;}